LISTENER POSITION X

This command will return the current X position of the listener.

  Syntax
Return Float=LISTENER POSITION X()
  Returns

The command will return the current X position of the listener

  Example Code
cls
load sound "man.wav",1
play sound 1
print "X position of the listener "+str$(listener position x())
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index